spec/unit/action/base_spec.rb in librarian-0.1.1 vs spec/unit/action/base_spec.rb in librarian-0.1.2

- old
+ new

@@ -9,10 +9,10 @@ subject { action } it { should respond_to :environment } it "should have the environment that was assigned to it" do - action.environment.should be env + expect(action.environment).to be env end end end