File tree Expand file tree Collapse file tree
spec/octocatalog-diff/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 136136 expect ( file ) . to include ( 'my_boolean: TrueClass true' )
137137 expect ( file ) . to include ( 'my_integer: Fixnum 42' )
138138 expect ( file ) . to include ( 'my_float: Float 3.14159' )
139- expect ( file ) . to include ( 'my_floating_integer: Integer -100' )
139+ expect ( file ) . to include ( 'my_floating_integer: Fixnum -100' )
140140 expect ( file ) . to include ( 'my_json: String "{\\"hello\\":\\"world\\"}"' )
141141 expect ( file ) . to include ( 'my_boolean_string: FalseClass false' )
142- expect ( file ) . to include ( 'my_integer_string: Integer 42' )
142+ expect ( file ) . to include ( 'my_integer_string: Fixnum 42' )
143143 expect ( file ) . to include ( 'my_float_string: Float 3.14159' )
144144 expect ( file ) . to include ( 'real_boolean: FalseClass false' )
145145 expect ( file ) . to include ( 'real_float: Float 3.14159' )
146- expect ( file ) . to include ( 'real_integer: Integer 42' )
146+ expect ( file ) . to include ( 'real_integer: Fixnum 42' )
147147 expect ( file ) . to include ( 'real_string: String "chicken"' )
148148 end
149149
You can’t perform that action at this time.
0 commit comments