spec/gnawrnip/rspec_spec.rb in gnawrnip-0.1.2 vs spec/gnawrnip/rspec_spec.rb in gnawrnip-0.1.3
- old
+ new
@@ -14,10 +14,10 @@
)
example
end
before do
- Gnawrnip::Animation.stub(:frames) { ['aiueo', nil, 'lllll'] }
+ Gnawrnip.photographer.stub(:frames) { ['aiueo', nil, 'lllll'] }
end
context '"turnip" spec group' do
let(:group) do
::RSpec::Core::ExampleGroup.describe('Feature', turnip: true)