We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40a4e0 commit 46afc9fCopy full SHA for 46afc9f
spec/jquery/base64/rails_spec.rb
@@ -2,8 +2,4 @@
2
it "has a version number" do
3
expect(Jquery::Base64::Rails::VERSION).not_to be nil
4
end
5
-
6
- it "does something useful" do
7
- expect(false).to eq(true)
8
- end
9
spec/spec_helper.rb
@@ -1,4 +1,5 @@
1
require "bundler/setup"
+require "rails/engine"
require "jquery/base64/rails"
RSpec.configure do |config|
0 commit comments