Skip to content

Commit

Permalink
Specs messages
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Apr 2, 2019
1 parent ba4947c commit 9f827a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/lib/cms_scanner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
end

describe '#start_memory' do
it 'should be set by Scan.new' do
it 'is set by Scan.new' do
expect(CMSScanner.start_memory).to be_positive
end
end
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/scan_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
describe '#new, #controllers' do
its(:controllers) { should eq([controller::Core.new]) }

it 'should set the CMSScanner.start_memory' do
it 'sets the CMSScanner.start_memory' do
expect(CMSScanner.start_memory).to be_positive
end
end
Expand Down

0 comments on commit 9f827a4

Please sign in to comment.