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 2727 end
2828
2929 it 'should fail because ::bar could not be located' do
30- expect ( @result . exception . message ) . to match ( /Could not find class :: bar for rspec-node.github.net/ )
30+ expect ( @result . exception . message ) . to match ( /Could not find class (::)? bar for rspec-node.github.net/ )
3131 end
3232 end
3333
294294 it 'should error on missing site directory' do
295295 expect ( @result . exitcode ) . to eq ( -1 ) , OctocatalogDiff ::Integration . format_exception ( @result )
296296 expect ( @result . exception ) . to be_a_kind_of ( OctocatalogDiff ::CatalogDiff ::Cli ::Catalogs ::CatalogError )
297- expect ( @result . exception . message ) . to match ( /Could not find class (::)?sitetest.+ at / )
297+ expect ( @result . exception . message ) . to match ( /Could not find class (::)?sitetest/ )
298298 end
299299 end
300300 end
You can’t perform that action at this time.
0 commit comments